home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.xml.AttributeDeclaration;
-
- class AggregateAttributeDecl$5 implements AggregateAttributeDecl.Operation {
- // $FF: synthetic field
- final String val$options;
- // $FF: synthetic field
- final AggregateAttributeDecl this$0;
-
- public void performOperation(AttributeDeclaration var1) {
- if (this.this$0.getGlobal() == null || this.this$0.nullEquals(this.this$0.getGlobal().getOptions(), var1.getOptions())) {
- var1.setOptions(this.val$options);
- }
-
- }
-
- AggregateAttributeDecl$5(String var1, AggregateAttributeDecl var2) {
- this.val$options = var1;
- this.this$0 = var2;
- }
- }
-